type os.rootFS (struct)

Method Implmentations

Open(name string) (fs.File, error) *rootFS.M : io/fs.FS.Open *rootFS.M : io/fs.ReadDirFS.Open *rootFS.M : io/fs.ReadFileFS.Open *rootFS.M : io/fs.StatFS.Open
ReadDir(name string) ([]DirEntry, error) *rootFS.M : io/fs.ReadDirFS.ReadDir
ReadFile(name string) ([]byte, error) *rootFS.M : io/fs.ReadFileFS.ReadFile
Stat(name string) (FileInfo, error) *rootFS.M : io/fs.StatFS.Stat